28. Quiz: Tuples
Tuples
QUIZ QUESTION::
Match the following qualities to their data structure.
ANSWER CHOICES:
Data Structure |
Quality |
---|---|
Tuples - are they ordered or unordered? |
|
Tuples - are they mutable or immutable? |
|
Lists - are they ordered or unordered? |
|
Lists - are they mutable or immutable? |
SOLUTION:
Data Structure |
Quality |
---|---|
Tuples - are they ordered or unordered? |
|
Lists - are they ordered or unordered? |
|
Tuples - are they mutable or immutable? |
|
Tuples - are they mutable or immutable? |
|
Tuples - are they ordered or unordered? |
|
Lists - are they ordered or unordered? |
|
Lists - are they mutable or immutable? |
Tuples
SOLUTION:
True, 2Tuples Playground
Start Quiz:
## You may test any code out here. Use Test Run to see your output